Interface IGeneralNameAsConstraintsConfig

All Known Implementing Classes:
GeneralNameAsConstraintsConfig

public interface IGeneralNameAsConstraintsConfig
Class that can be used to form general names from configuration file. Used by policies and extension commands.

 NOTE:  The Policy Framework has been replaced by the Profile Framework.
 

Version:
$Revision$, $Date$
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mozilla.jss.netscape.security.x509.GeneralName
    Retrieves the general name.
    void
    Retrieves instance parameters.
  • Method Details

    • getInstanceParams

      void getInstanceParams(Vector<String> params)
      Retrieves instance parameters.
      Parameters:
      params - parameters
    • getGeneralName

      org.mozilla.jss.netscape.security.x509.GeneralName getGeneralName()
      Retrieves the general name.
      Returns:
      general name